func github.com/golang/protobuf/jsonpb.trimQuote

8 uses

	github.com/golang/protobuf/jsonpb (current package)
		decode.go#L462: 		return unmarshalValue(trimQuote(in), new(int32))
		decode.go#L464: 		return unmarshalValue(trimQuote(in), new(int64))
		decode.go#L466: 		return unmarshalValue(trimQuote(in), new(uint32))
		decode.go#L468: 		return unmarshalValue(trimQuote(in), new(uint64))
		decode.go#L473: 		return unmarshalValue(trimQuote(in), new(float32))
		decode.go#L478: 		return unmarshalValue(trimQuote(in), new(float64))
		decode.go#L485: 			vd := fd.Enum().Values().ByName(protoreflect.Name(trimQuote(in)))
		decode.go#L519: func trimQuote(in []byte) []byte {